@charset "UTF-8";

body {
  background-color: #fff;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}

#app {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1200px;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1200px;
  margin-top: 30px;
}

.top img:nth-of-type(1) {
  width: 328px;
  height: 94px;
}

.top img:nth-of-type(2) {
  width: 826px;
  height: 100px;
}

.head {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}

.head .head-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  background: #d52418;
  height: 52px;
}

.head .head-guide .head-guide-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  position: relative;
  height: 100%;
}

.head .head-guide .head-guide-wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.head .head-content .guide-more {
  position:relative;
  box-sizing: border-box;
  width: 400px;
  padding: 5px 13px 0;
  display: flex;
  flex-direction: column;
  background: url(fzwm-content-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.head .head-content .guide-more .guide-more-div {
	color: #d52418;
} 

.head .head-content .guide-more .guide-more-div a {
	color: #d52418;
}

.head .head-content .guide-more a:first-child {
  padding-top: 0 !important;
}

.head .head-content .guide-more a {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  text-decoration: none;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 7px;
}

.head .head-content .guide-more img {
  width: 354px;
  height: 65px;
  margin-bottom: 5px;
  cursor: pointer;
}

.head .head-content .guide-more .guide-more-text {
  position:absolute;
  bottom: 0;
  right: 23px;
  font-size: 17px;
  color: #d52418;
}


.head .head-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  padding-top:0px;
}

.mySwiper {
  width: 800px !important;
  margin: 0 !important;
}

.banner {
  margin-top: 40px;
  height: 140px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  
}

.banner .banner-item {
  position: relative;
  width: 240px;
  height: 66px;
}

.banner .banner-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.banner .banner-item:first-of-type {
  width: 200px;
  height: 140px !important;
}

.content-py {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.content-py .content-py-wrap {
  display: flex;
  height: 430px;
  overflow-y: auto;
  margin-top: 23px;
  gap: 0 13px;
}

.content-py .content-py-wrap .py-left {
  width: 381px;
  display: flex;
  flex-direction: column;
  
}

.content-py .content-py-wrap .py-left .img-box {
  position: relative;
  width: 100%;
}

.content-py .content-py-wrap .py-left .img-box .img-box-mask {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  padding: 0 21px;
  background: rgba(0, 0, 0, 0.59);
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 36px;
}

.content-py .content-py-wrap .py-left .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 381px;
  height: 215px;
}

.content-py .content-py-wrap .py-right {
  width: 805px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.content-py .content-py-wrap .py-right .py-right-guide {
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 57px;
  width: 100%;
  height: 42px;
  background-color: #fff7e6;
  border-radius: 10px 10px 0px 0px;
}

.content-py .content-py-wrap .py-right .py-right-guide .py-right-guide-item {
  flex: 1;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}

.content-py .content-py-wrap .py-right .py-right-guide .py-right-guide-item-active {
  color: #fff;
  background-image: url(fzwm-select.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-py .content-py-wrap .py-right .py-right-img {
  margin-top: 15px;
  display: none;
  flex-shrink: 0;
  align-items: center;
}

.content-py .content-py-wrap .py-right .py-right-img .myContentSwiper {
  flex: 1;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-arrow {
  margin: 0 10px;
  width: 11px;
  height: 21px;
}



.py-right-img-show {
  display: flex !important;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-img-box {
  flex-shrink: 0;
  position: relative;
  /* width: 147px; */
  height: 188px;
  background-image: url(fzwm-py-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-img-box img {
  border-radius: 15px 0px 15px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-py .content-py-wrap .py-right .py-right-img .py-right-img-box .py-right-img-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 145px;
  height: 24px;
  background-image: url(fzwm-py-name.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
}

.content-py .content-py-wrap .py-right .py-wcn {
  margin-top: 15px;
  width: 100%;
  height: 162px;
  flex-shrink: 0;
  background-color: #fffcf6;
}

.content-py .content-py-wrap .py-right .py-wcn .py-wcn-title {
  box-sizing: border-box;
  padding-left: 33px;
  width: 308px;
  height: 44px;
  background-image: url(fzwm-py-wcn-t.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  line-height: 44px;
  color: #d52418;
  font-weight: bold;
}

.content-py .content-py-wrap .py-right .py-wcn .py-wcn-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 26px 43px;
  
}

.content-py .content-py-wrap .py-right .py-wcn .py-wcn-wrap .py-wcn-wrap-item {
  width: 330px;
}

.content-gj {
  margin-top: 30px;
  width: 1200px;
}

.content-sj {
  margin-top: 30px;
  width: 1200px;
}

.content-sj .content-sj-wrap {
  display: flex;
  margin-top: 28px;
  gap: 0 40px;
}

.content-sj .content-sj-img {
  flex-shrink: 0;
  width: 596px;
  height: 392px;
  position: relative;
}

.content-sj .content-sj-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-sj .content-sj-img .content-sj-img-mask {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 94px;
  background: rgba(0, 0, 0, 0.59);
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.content-sj .content-sj-right {
  display: flex;
  flex-direction: column;
  width: 564px;
  padding-left:20px;
  
}

.content-sj .content-sj-right .content-sj-right-czx {
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  height: 44px;
  background-image: url(fzwm-sj-czx.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  line-height: 44px;
  color: #d52418;
  font-weight: bold;
}

.content-cj {
  margin-top: 30px;
  width: 1200px;
}

.content-cj .content-cj-wrap {
  display: flex;
  overflow-x: auto;
  margin-top: 28px;
}

.content-cj .content-cj-wrap .content-cj-item {
  display: flex;
  position: relative;
  width: 93px;
  overflow: hidden;
  transition: width .8s;
}

.content-cj .content-cj-wrap .content-cj-img {
  flex-shrink: 0;
  width: 560px;
  height: 344px;
  position: relative;
}

.content-cj .content-cj-wrap .content-cj-img img {
  width: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
}

.content-cj .content-cj-wrap .content-cj-img .content-cj-img-mask {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align:center;
  background: rgba(0, 0, 0, 0.59);
  display: none;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.content-cj .content-cj-wrap .content-cj-right {
  flex: 1;
  display: flex;
  height: 344px;
}

.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei {
  width: 454px;
  height: 344px;
  background-color: #fff7e6;
}

.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei .content-cj-danwei-title {
  margin-top: 27px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #d52418;
  text-align: center;
  text-decoration: none;
}




.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei .content-cj-danwei-text {
  height: 41px;
  width: 100%;
  border-bottom: 1px dashed #bc2021;
  line-height: 41px;
  font-size: 18px;
  color: #000000;
}

.content-cj .content-cj-wrap .content-cj-right .content-cj-danwei .content-cj-danwei-text a {
text-decoration:none;
  height: 41px;
  width: 100%;
  line-height: 41px;
  font-size: 18px;
  padding-left:20px;
  color: #000000;
}


.content-cj .content-cj-wrap .content-cj-item .content-cj-bb-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 93px;
  height: 100%;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  display: table;
  cursor: pointer;
  writing-mode: tb-rl;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.content-cj-item-active {
  width: 1014px !important;
  transition: width .8s;
}

.content-cj-item-active .content-cj-img .content-cj-img-mask {
  display: block !important;
}

.content-cj-item-active .content-cj-bb-item {
  display: none !important;

}



.content-pl-gg {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  gap: 0 43px;
}

.content-pl-gg .content-pl-gg-item {
  width: 596px;
  display: flex;
  flex-direction: column;
  
}

.content-jz {
  margin-top: 30px;
  width: 1200px;
}

.content-jz .content-jz-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  height: 150px;
  flex-wrap: wrap;
  gap: 10px;
}

.content-jz .content-jz-wrap .content-jz-item {
  display: block;
  flex-shrink: 0;
  width: 173px;
  height: 70px;
  background-color: #fff7e6;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.content-jz .content-jz-wrap .content-jz-item:first-child {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 20px;
  width: 358px;
  height: 150px;
  background-image: url(fzwm-code.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-jz .content-jz-wrap .content-jz-item:first-child img {
  width: 108px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-jz .content-jz-wrap .content-jz-item:first-child .content-jz-text {
    width: 221px;
    height: 120px;
    font-size: 13px;
    line-height: 24px;
    color: #010101;
    text-align: left;
}

.content-jz .content-jz-wrap .content-jz-item:last-child {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 270px;
  height: 150px;
  background-image: url(fzwm-jb.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.content-jz .content-jz-wrap .content-jz-item:last-child .content-jz-text {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.content-jz .content-jz-wrap .content-jz-item-active {
  background-color: #ffc1b0;
}

.footer {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  height: 360px;
  width: 1200px;
  background-color: #d51806;
  box-sizing: border-box;
}

.footer .footer-select {
  width: 1200px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 23px;
}

.footer .footer-select select {
  width: 270px;
  height: 56px;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 添加自定义样式 */
  background-image: url(fzwm-down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* 可以根据需要调整位置 */
  background-size: 20px 12px;
  /* 设置图标大小 */
  padding-right: 20px;
  /* 添加足够的padding以容纳图标 */
  font-size: 20px;
}

.footer .footer-image {
  margin-top: 61px;
  width: 398px;
  height: 119px;
}

.title-box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-bottom: 6px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
}

.title-box span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #d52418;
}

.title-box a {
  font-size: 18px;
  color: #d52418;
  text-decoration: none;
}

.title-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 120px;
  height: 6px;
  background: #d52418;
}

.text-item-box {
  display: flex;
  align-items: center;
  padding:8px 0;
}

.text-item-box span {
  margin: 0 5px 0 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d52418;
}

.text-item-box a {
  flex: 1;
  text-decoration: none;
  overflow: hidden;
  /* 确保超出容器的内容被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  color: #000;
}

.ellipsis {
  overflow: hidden;
  /* 确保超出容器的内容被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-pagination {
  box-sizing: border-box;
  padding-left: 672px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #d52418;
}

/*# sourceMappingURL=fuzhouwenming.css.map */
.guide-slide {
  position: relative;
}

.guide-link {
    position: absolute;
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    width: 800px;
    /* height: 56px; */
    /* line-height: 10px; */
    left: 0;
    bottom: 0px;
    background: url(fzwm-black-mask.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 99;
    box-sizing: border-box;
}

.guide-link img {
    position: absolute;
    z-index: 111;
    width: 19px;
    height: 20px;
    /* object-fit: contain; */
    margin-left: 22px;
    left: 0;
    top: 6px;
    display: inline-block;
    /* vertical-align: middle; */
    /* width: 46px; */
    /* height: 30px; */
}

.guide-link a {
    display: block;
    position: relative;
    z-index: 111;
    font-family: HarmonyOS_Sans_SC;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 9px;
    cursor: pointer;
    text-align: left !important;
    /* text-indent: 2em; */
    padding-bottom: 10px;
    width: 84%;
    padding-left: 5%;
}

.head-title {
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.head-h1 {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 34px;
    color: #d52418;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    letter-spacing: 1px;
}

.head-h1 p {
    margin: 10px 0;
    text-align: center;
}

.head-title a {
    color: #d52418;
    text-decoration: none;
}

.head-des a {
	  color: #716e6e;
	  padding-right:15px
}

.guide-link a {
	    text-decoration: none;
}

.head-des {
  font-family: HarmonyOS_Sans_SC;
  font-size: 17px;
  line-height: 12px;
  color: #716e6e;
  margin-top: 15px;
}

.head-more {
  position: absolute;
  cursor: pointer;
  font-family: HarmonyOS_Sans_SC;
  font-size: 18px;
  color: #d52418;
  right: 22px;
  bottom: 12px;
}

.content-cj-bb-item-num {
width: 93px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    bottom: 10px;
    color: rgb(255, 255, 255);
	writing-mode: horizontal-tb;
}

.content-cj-bb-item-num span{
	font-size: 28px;
    font-weight: 700;
}